home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group00b.txt / 000056_icon-group-sender _Fri Sep 22 16:43:16 2000.msg < prev    next >
Internet Message Format  |  2001-01-03  |  2KB

  1. Return-Path: <icon-group-sender>
  2. Received: (from root@localhost)
  3.     by baskerville.CS.Arizona.EDU (8.9.1a/8.9.1) id QAA03787
  4.     for icon-group-addresses; Fri, 22 Sep 2000 16:42:51 -0700 (MST)
  5. Message-Id: <200009222342.QAA03787@baskerville.CS.Arizona.EDU>
  6. To: "Charles Hethcoat" <CHETHCOA@oss.oceaneering.com>
  7. Cc: icon-group@optima.CS.Arizona.EDU, suzdal@altavista.net
  8. Subject: Re: parse stack overflow 
  9. Date: Fri, 22 Sep 2000 14:54:41 -0700
  10. From: Clinton L Jeffery <jeffery@big-bill.CS.UNLV.EDU>
  11. Errors-To: icon-group-errors@optima.CS.Arizona.EDU
  12. Status: RO
  13. Content-Length: 945
  14.  
  15.  
  16. Recently suzdal@altavista.net wrote of parse stack overflows in his big
  17. program.  I will take a crack at providing a better answer than I have
  18. heard so far.
  19.  
  20. Very old versions of Icont have a number of static limits built-in to them
  21. that could be raised, within certain bounds, using command-line options.  If
  22. the command-line options can't be raised high enough for your large program,
  23. the best options are to (a) move to a newer version of Icon, or (b) break
  24. your program into more, smaller procedures.  There are sometimes other
  25. extreme measures that can be taken, but if either (a) or (b) works for you
  26. they are your best option.  The static compiler limits were gone by Icon
  27. Version 9, and maybe gone by Icon Version 8, someone else could say for sure
  28. on that.  Suzdal, I would be surprised if there is not a newer version of
  29. Mac Icon available to you than what you are currently using.
  30.  
  31. Cheers, and good luck!
  32.  
  33. Clint jeffery@cs.unlv.edu
  34.